From: Eli Zaretskii Date: Sat, 24 Mar 2007 15:41:33 +0000 (+0000) Subject: (Fx_show_tip): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~1376 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6ab69afd3b974caf49221713086a4d7749f8be04;p=emacs.git (Fx_show_tip): Doc fix. --- diff --git a/src/macfns.c b/src/macfns.c index 1857950aad7..d4483621654 100644 --- a/src/macfns.c +++ b/src/macfns.c @@ -4115,6 +4115,8 @@ DEFUN ("x-show-tip", Fx_show_tip, Sx_show_tip, 1, 6, 0, doc: /* Show STRING in a "tooltip" window on frame FRAME. A tooltip window is a small window displaying a string. +This is an internal function; Lisp code should call `tooltip-show'. + FRAME nil or omitted means use the selected frame. PARMS is an optional list of frame parameters which can be used to diff --git a/src/w32fns.c b/src/w32fns.c index e4961a6bfbe..8cac4ea2376 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -7498,6 +7498,8 @@ DEFUN ("x-show-tip", Fx_show_tip, Sx_show_tip, 1, 6, 0, doc: /* Show STRING in a \"tooltip\" window on frame FRAME. A tooltip window is a small window displaying a string. +This is an internal function; Lisp code should call `tooltip-show'. + FRAME nil or omitted means use the selected frame. PARMS is an optional list of frame parameters which can be diff --git a/src/xfns.c b/src/xfns.c index 47e78222cbf..03cbaaec8e2 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -5030,6 +5030,8 @@ DEFUN ("x-show-tip", Fx_show_tip, Sx_show_tip, 1, 6, 0, doc: /* Show STRING in a "tooltip" window on frame FRAME. A tooltip window is a small X window displaying a string. +This is an internal function; Lisp code should call `tooltip-show'. + FRAME nil or omitted means use the selected frame. PARMS is an optional list of frame parameters which can be used to